CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - asynchronous server

搜索资源列表

  1. 基于UDP-面向连接的应用程序

    0下载:
  2. 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order under its orders servers provide d
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8123
    • 提供者:lee
  1. AjaxText02

    0下载:
  2. ajax异步访问服务器,实现bs的桌面程序2-asynchronous server, desktop procedures bs 2
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:5974
    • 提供者:lfw
  1. AjaxText03

    0下载:
  2. ajax异步访问服务器,实现bs的桌面程序3-asynchronous server, desktop procedures bs 3
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:6939
    • 提供者:lfw
  1. sajax_1.2

    0下载:
  2. SAJAX是一个AJAX的操作类,对XMLHttpRequest对象进行了封装,可以实现对服务器的异步请求,简化操作,配合DOM的操作可实现页面的动态更新 1.2增加了一个简单的说明和例子 -SAJAX AJAX is a type of operation, XMLHttpRequest object to the packaging can be realized by the asynchronous server requests, simplified operat
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3657
    • 提供者:cz
  1. WSAsocket-server,client

    0下载:
  2. 简单的聊天程序,有服务器端和客户端,用异步SOCKET实现-simple chat program, a server and client, using asynchronous achieve SOCKET
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:122544
    • 提供者:高海辉
  1. lan_multiuser_com

    0下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本代码在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。 使用时先建立ODBC,Server与ChatServer先运行,然后运行Client- Has realized based on the TCP/IP network communication face between the connection user and the server
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-11-10
    • 文件大小:256923
    • 提供者:许豫飞
  1. ClientServerAsync

    0下载:
  2. 基于服务器客户端模式的开发,可以用于测试客户端与服务器的同步操作和异步操作,基于TCP、IP协议。已经在symbian os的手机上通过测试。-Client server-based model of development, can be used to test client and server synchronization and asynchronous operation, based on the TCP, IP protocol. Already in symbian os m
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:351869
    • 提供者:fzl
  1. Implementation-using-VC-Client-Services-machine-mo

    0下载:
  2. 用VC实现客户机服务机器模式的聊天程序: 在TCP/IP网络中两个进程间的相互作用的主机模式是客户机/服务器模式(Client/Server model)。本实验的目标是利用Visual C++的WINDOWS SOCKET网络编程实现客户机与服务器之间的通信,通过一个聊天室的程序来体现这一通信过程,该模式的建立基于以下两点: 1、非对等作用; 2、通信完全是异步的。客户机/服务器模式在操作过程中采取的是主动请示方式,-Implementation using VC Client S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4211497
    • 提供者:廖国锐
  1. CollaborativeNotes

    0下载:
  2. 本代码通过异步套接字实现点对点通信,基本想法是用于多个客户端直接相互通信而不经过服务器。-This article presents a peer-to-peer application sample with asynchronous sockets. This project was born from the desire to have some way that would allow for multiple client applications to communicate be
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:322444
    • 提供者:王波
  1. game_frame

    0下载:
  2. 网络版游戏框架:1.服务器端,网络IO模型使用完成端口,具体实现是使用自行封装的CIOCP类,此类对完成端口的线程和对各种网络事件的处理进行了封装。封包的封装使用CPacket对封包进行打包和解包。2.客户端,使用异步选择事件模型,Socket使用自己封装的CMySocket进行方便的异步绑定。-Online Game Framework: 1. Server-side, the network model for the use of IO completion ports, concrete
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6552331
    • 提供者:zixue
  1. Apache_Mina_Server_2[1].0

    0下载:
  2. Apache Mina Server 是一个网络通信应用框架,也就是说,它主要是对基于TCP/IP、UDP/IP 协议栈的通信框架(当然,也可以提供JAVA 对象的序列化服务、虚拟机管道通信服务等), Mina 可以帮助我们快速开发高性能、高扩展性的网络通信应用,Mina 提供了事件驱动、异 步(Mina 的异步IO 默认使用的是JAVA NIO 作为底层支持)操作的编程模型。-Apache Mina Server is a network communication applica
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:394636
    • 提供者:Joe
  1. server

    0下载:
  2. 远程服务做内网文件异步并发,百兆文件仅需4S 这是是服务端-Documents within the network to do remote service asynchronous and concurrent, Fast file only is the service side 4S
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:2348
    • 提供者:chackr
  1. Asynchronous-chat-room-client

    0下载:
  2. Client端的功能是可以群发和私聊(用过QQ都应该知道什么是群发和私聊吧),但都必须经过Server端中转,也就是实现了类似通讯中间件的功能。-Client-side functionality is mass and whisper (used QQ should know what is mass, and whisper it), but will be subject to Server-side transfer, and communication middleware is to
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:491208
    • 提供者:小志
  1. Asynchronous-TCP-chat-room

    0下载:
  2. 以C#实现TCP异步服务器的接收和发送,处理客服端发送过来的不同的消息格式-To C# to achieve asynchronous server TCP send and receive, handle customer service sends a different message formats over
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:271904
    • 提供者:小志
  1. strest-server-master

    0下载:
  2. Strest-Server是一个高度可扩展的STREST和HTTP服务器。拥有飞快的速度。易于创建数据流。支持异步。控制器能够自动支持HTTP 和STREST。支持WebSockets。-Strest-Server is a highly scalable STREST HTTP server. Has a fast speed. Easy to create a data stream. Support asynchronous. Controller can automatically su
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:2010706
    • 提供者:pudn
  1. TCP

    0下载:
  2. 优化的C# socket异步服务器端和客户端,能连接SQL,支持连续发送、多客户端-Optimized C# socket asynchronous server-side and client can connect to SQL, support continuous transmission, multi-client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-24
    • 文件大小:108892
    • 提供者:伍健
  1. coe

    0下载:
  2. C# 异步socket服务端调用IOCP 同步socket客户端通信的实现代码 书上的都是给的同步通信,或是异步通信,我在下面给下异步服务器的和同步客户机的通信代码-C# asynchronous socket server calls the IOCP sync socket are on the realization of client communications code book to synchronous communication, asynchronous comm
  3. 所属分类:Remote Control

    • 发布日期:2017-11-11
    • 文件大小:2135
    • 提供者:
  1. ArcGIS-server-9.3-ADF-fixed-position

    0下载:
  2. 系统运行ArcGIS Server9.3 ADF实现了位置的定位,在页面上实现异步刷新。-The system run ArcGIS Server9.3 ADF position positioning, to achieve asynchronous refresh the page.
  3. 所属分类:GIS program

    • 发布日期:2017-11-07
    • 文件大小:6370
    • 提供者:张岩
  1. cometd-2.7.0-beta1-distribution.tar

    0下载:
  2. comted2.7架包,jetty,服务器异步推送-comted2.7 shelf package, jetty, asynchronous server push
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-17
    • 文件大小:26428808
    • 提供者:
  1. SocketAsyncServerAndClient

    0下载:
  2. 这是一个高效的异步服务器和客户端的实现,用线程池的使用保证了稳定运行,拿来即可用,(This is an efficient asynchronous server and client implementation, with the use of thread pool to ensure a stable operation, easy to use)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:111616
    • 提供者:tan133
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com